You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Trunc Method > Vector.Trunc Method (int[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Trunc Method (int[])

Truncate all calling object elements and store the result in the Dst integer array.

Syntax
C#
Visual Basic
public void Trunc(ref int[] Dst);

Length of the array is automatically adjusted. If the calling object is Complex, the length of the Dst array is equal to 2*Length.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!